home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_13.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  279 b   |  13 lines

  1. on mouseUp
  2.   global ComputerSpeed
  3.   if the frame = label("sunmover") then
  4.     if ComputerSpeed < 3 then
  5.       set the directToStage of member "sunmove" to 1
  6.       set the movieRate of sprite 5 to 1
  7.       go(the frame + 1)
  8.     else
  9.       go("mm_prestart")
  10.     end if
  11.   end if
  12. end
  13.